diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-21 07:54:26 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-07-21 07:54:26 +0000 |
| commit | 14f61e24947fb92dd71ec0a7196a6e815f8e66da (patch) | |
| tree | 317c501d64662d05914330628f867467fba78132 /app/[lng]/auth | |
| parent | 194bd4bd7e6144d5c09c5e3f5476d254234dce72 (diff) | |
(최겸)기술영업 RFQ 담당자 초대, 요구사항 반영
Diffstat (limited to 'app/[lng]/auth')
| -rw-r--r-- | app/[lng]/auth/tech-signup/page.tsx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app/[lng]/auth/tech-signup/page.tsx b/app/[lng]/auth/tech-signup/page.tsx deleted file mode 100644 index d5b019ed..00000000 --- a/app/[lng]/auth/tech-signup/page.tsx +++ /dev/null @@ -1,17 +0,0 @@ -import { Suspense } from "react"
-import { Metadata } from "next"
-import { TechVendorJoinForm } from "@/components/signup/tech-vendor-join-form"
-import { JoinFormSkeleton } from "@/components/signup/join-form-skeleton"
-
-export const metadata: Metadata = {
- title: "기술영업 협력업체 등록",
- description: "기술영업 협력업체 등록 페이지입니다.",
-}
-
-export default function TechVendorSignUpPage() {
- return (
- <Suspense fallback={<JoinFormSkeleton/>}>
- <TechVendorJoinForm />
- </Suspense>
- )
-}
\ No newline at end of file |
